home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4552 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  950 b 

  1. Path: thor.tu.hac.com!collins
  2. From: collins@thor.tu.hac.com (Ron Collins)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Output requires shared library error
  5. Date: 5 Feb 1996 19:12:03 GMT
  6. Organization: Advanced Depot Systems
  7. Message-ID: <4f5kq3$nru@hacgate2.hac.com>
  8. References: <4f41bk$d0l@lunar.eclipse.net>
  9. NNTP-Posting-Host: thor.tu.hac.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. KevinAnderson (kevin@jenaroo.com) wrote:
  13. : I was compiling a program and at the very end it gives the message:
  14.  
  15. : ld: Output file requires shared library 'libc.so.4'
  16. : gcc: Internal compiler error: program ld got fatal signal 6
  17. : make: *** [filename] Error 1
  18.  
  19. : I also tried it with cc.  Any help?
  20.  
  21. : Kevin Anderson
  22. : kevin@jenaroo.com
  23.  
  24. You are missing "libc.so.4".  This is usually found under "/usr/lib" or
  25. "/lib", typically with a link pointing to it "libc.so -> libc.so.4".  For
  26. more detailed information, ask over in one of the com.os.linux.?? groups.
  27.  
  28.                 -- collins --
  29.  
  30.  
  31.